home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / frmset2 / page1.dfm / page1.txt
Text File  |  1996-04-08  |  686b  |  37 lines

  1. object fPage1: TfPage1
  2.   Left = 468
  3.   Top = 315
  4.   Width = 352
  5.   Height = 167
  6.   Caption = 'fPage1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnActivate = FormActivate
  13.   OnClose = FormClose
  14.   OnCloseQuery = FormCloseQuery
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnDeactivate = FormDeactivate
  18.   OnHide = FormHide
  19.   OnShow = FormShow
  20.   TextHeight = 16
  21.   object Page1: TLabel
  22.     Left = 144
  23.     Top = 17
  24.     Width = 41
  25.     Height = 16
  26.     Caption = 'Page1'
  27.   end
  28.   object CheckBox1: TCheckBox
  29.     Left = 112
  30.     Top = 96
  31.     Width = 121
  32.     Height = 17
  33.     Caption = 'Allow Change'
  34.     TabOrder = 0
  35.   end
  36. end
  37.